home *** CD-ROM | disk | FTP | other *** search
- unit ComInf_TLB;
-
- // ************************************************************************ //
- // WARNING //
- // ------- //
- // The types declared in this file were generated from data read from a //
- // Type Library. If this type library is explicitly or indirectly (via //
- // another type library referring to this type library) re-imported, or the //
- // 'Refresh' command of the Type Library Editor activated while editing the //
- // Type Library, the contents of this file will be regenerated and all //
- // manual modifications will be lost. //
- // ************************************************************************ //
-
- // PASTLWTR : $Revision: 1.11.1.75 $
- // File generated on 11/11/98 11:54:10 PM from Type Library described below.
-
- // ************************************************************************ //
- // Type Lib: C:\work\NameSpace\ComNameExt\ComInf.tlb
- // IID\LCID: {D0C9C9A0-79C1-11D2-AF31-0000861EF0BB}\0
- // Helpfile:
- // HelpString: ComInf Library
- // Version: 1.0
- // ************************************************************************ //
-
- interface
-
- uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL;
-
- // *********************************************************************//
- // GUIDS declared in the TypeLibrary. Following prefixes are used: //
- // Type Libraries : LIBID_xxxx //
- // CoClasses : CLASS_xxxx //
- // DISPInterfaces : DIID_xxxx //
- // Non-DISP interfaces: IID_xxxx //
- // *********************************************************************//
- const
- LIBID_ComInf: TGUID = '{D0C9C9A0-79C1-11D2-AF31-0000861EF0BB}';
-
- implementation
-
- uses ComObj;
-
- end.
-